home *** CD-ROM | disk | FTP | other *** search
-
- /*
- ** VERSION.C -- define the current version
- **
- ** This just factors out the current version into one file
- ** to make releases easier. It is printed by the terminal
- ** monitor, but should probably be loaded with everything
- ** to guarantee a stamp in every file.
- **
- ** This file defines the system version identification.
- */
-
- char SysIdent[] = "INGRES version 8.9 - Linux/386BSD";
-